Skip to content

Latest commit

 

History

History
executable file
·
129 lines (115 loc) · 4.72 KB

index.mdx

File metadata and controls

executable file
·
129 lines (115 loc) · 4.72 KB
seo
title
HPE server management with Redfish®

import { LandingLayout } from "@redocly/ui"; import { FlexSection, Flex, navigate } from "@redocly/ui";

import { NavBar } from "@redocly/ui"; import { Grid, Page, PageContent, ResponsiveContext, Grommet, Section, Box, Card, CardBody, CardHeader, Heading, Text, Button, Paragraph, Anchor } from "grommet"; import { hpe } from "grommet-theme-hpe";

import { Directions, Services, Group, Tools } from "grommet-icons";

import bannerBg from "./images/banner.jpg";

export default LandingLayout;

export default LandingLayout;

HPE server management with Redfish® Redfish® is a standard RESTful API designed to deliver simple and secure management for converged, hybridIT and the Software Defined Data Center (SDDC). navigate('/docs/')} > Guides Access learning material and best practices for working with HPE Redfish® APIs. Browse this section to better understand the basic Redfish® concepts and review generic examples. navigate('/docs/redfishservices/')} > Services Explore and integrate with HPE Redfish® services like the ones implemented in the different HPE iLO generations. navigate('/docs/redfishclients/')} > Clients Find Redfish® clients that assist in compliance to API standards like the HPE iLOrest tool.
    <Button href="https://developer.hpe.com/" target="_blank">
      <Card className='card' background="light-1" pad={{ vertical: 'medium', horizontal: 'medium' }} fill={true}>
        <CardHeader pad="xmedium">
          <Group color='plain' size='medium' aligh='left'/>
        </CardHeader>
        <CardBody pad={{ vertical: 'small', horizontal: 'xxmedium' }}>
          <Text color="text-strong" size="large" weight="bold" align="left" textAlign='start'>HPE Developer Community</Text>
          <Paragraph className='descTiles' color="text-strong" size="small" textAlign='start'>Find more resources to collaborate and build applications and integrations with HPE.</Paragraph>
        </CardBody>
      </Card>
    </Button>
  </Grid>
</Box>