This documentation and the Cisco Observability Platform functionalities it describes are subject to change. Data saved on the platform may disappear and APIs may change without notice.
Define a Namespace
A namespace defines the scope of a definition. In the Cisco Observability Platform, namespace and domain are synonymous because every domain exists within a unique namespace. To define a new namespace:
In a new file,
<your-solution-name>/fmm/objects/namespace.json, define a knowledge object of type fmm:namespace.Add the new
fmm:namespaceobject to your solution:Make the following changes to your solution manifest file (
<your-solution-name>/manifest.json):- In
dependencies, addfmm. - In
objects, add this snippet:
{ "type": "fmm:namespace", "objectsFile": "fmm/objects/namespace.json" }- In
Validate
manifest.jsonwith the command fsoc solution validate.